home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_12208.txt < prev    next >
Text File  |  1990-02-06  |  2KB  |  89 lines

  1. -- card: 12208 from stack: in.STK
  2. -- bmap block id: 12457
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8005
  11. -- rect: left=105 top=121 right=140 bottom=127
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   beep 1
  23.   Answer "Incorrect, try again"
  24.  
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8005
  32. -- rect: left=105 top=156 right=175 bottom=127
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: New Button
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   beep 1
  44.   Answer "Incorrect, try again!"
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: 8005
  52. -- rect: left=105 top=192 right=211 bottom=127
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: New Button
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   beep 5
  64.   Answer "Good Answer, try next question..."
  65.   visual effect dissolve
  66.   go next
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 8005
  74. -- rect: left=105 top=212 right=231 bottom=127
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: New Button
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   beep 1
  86.   Answer "Incorrect, please try again!"
  87. end mouseUp
  88.  
  89.